Version

AppendColumnInfoToRowInfo Method

Takes the given MergedColumnInfo, and determines if needs to create a new MergedRowInfo or use and existing one, then appends itself to that RowInfo
Syntax
'Declaration
 
Public Function AppendColumnInfoToRowInfo( _
   ByVal data As T, _
   ByVal mci As MergedColumnInfo, _
   ByVal index As Integer, _
   ByVal lastIndex As Integer, _
   ByVal mergedObject As Object _
) As MergedRowInfo
public MergedRowInfo AppendColumnInfoToRowInfo( 
   T data,
   MergedColumnInfo mci,
   int index,
   int lastIndex,
   object mergedObject
)

Parameters

data
mci
index
lastIndex
mergedObject
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also